home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / nahravani / aurec / arw3.exe / {app} / ARWizard3.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  2004-05-19  |  5.6 KB  |  299 lines

  1. object Form1: TForm1
  2.   Left = 195
  3.   Top = 111
  4.   Width = 356
  5.   Height = 144
  6.   Caption = 'Audio Record Wizard'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object MainSkin: TNSSkin
  20.     Left = 0
  21.     Top = 0
  22.     Width = 49
  23.     Height = 25
  24.     AutoSize = True
  25.     FormHost = Owner
  26.   end
  27.   object BtnFile: TNSSkinButton
  28.     Left = 50
  29.     Top = 0
  30.     Width = 26
  31.     Height = 25
  32.     Hint = 'New/Open'
  33.     ParentShowHint = False
  34.     ShowHint = True
  35.     OnClick = BtnFileClick
  36.     SkinHost = MainSkin
  37.   end
  38.   object BtnRec: TNSSkinButton
  39.     Left = 98
  40.     Top = 0
  41.     Width = 26
  42.     Height = 25
  43.     Hint = 'Record'
  44.     ParentShowHint = False
  45.     ShowHint = True
  46.     OnClick = BtnRecClick
  47.     SkinHost = MainSkin
  48.   end
  49.   object BtnStop: TNSSkinButton
  50.     Left = 121
  51.     Top = 0
  52.     Width = 26
  53.     Height = 25
  54.     Hint = 'Stop'
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     OnClick = BtnStopClick
  58.     SkinHost = MainSkin
  59.   end
  60.   object BtnPlay: TNSSkinButton
  61.     Left = 144
  62.     Top = 0
  63.     Width = 26
  64.     Height = 25
  65.     Hint = 'Play'
  66.     ParentShowHint = False
  67.     ShowHint = True
  68.     OnClick = BtnPlayClick
  69.     SkinHost = MainSkin
  70.   end
  71.   object BtnOption: TNSSkinButton
  72.     Left = 198
  73.     Top = 24
  74.     Width = 54
  75.     Height = 9
  76.     Hint = 'Options'
  77.     ParentShowHint = False
  78.     ShowHint = True
  79.     OnClick = BtnOptionClick
  80.     SkinHost = MainSkin
  81.   end
  82.   object BtnRL: TNSSkinButton
  83.     Left = 245
  84.     Top = 0
  85.     Width = 24
  86.     Height = 25
  87.     Hint = 'Record List'
  88.     ParentShowHint = False
  89.     ShowHint = True
  90.     OnClick = BtnRLClick
  91.     SkinHost = MainSkin
  92.   end
  93.   object BtnMini: TNSSkinButton
  94.     Left = 170
  95.     Top = 0
  96.     Width = 17
  97.     Height = 25
  98.     Hint = 'Minimize'
  99.     ParentShowHint = False
  100.     ShowHint = True
  101.     OnClick = BtnMiniClick
  102.     SkinHost = MainSkin
  103.   end
  104.   object BtnHelp: TNSSkinButton
  105.     Left = 188
  106.     Top = 0
  107.     Width = 16
  108.     Height = 25
  109.     Hint = 'Help'
  110.     ParentShowHint = False
  111.     ShowHint = True
  112.     OnClick = BtnHelpClick
  113.     SkinHost = MainSkin
  114.   end
  115.   object BtnClose: TNSSkinButton
  116.     Left = 205
  117.     Top = 0
  118.     Width = 16
  119.     Height = 25
  120.     Hint = 'Exit'
  121.     ParentShowHint = False
  122.     ShowHint = True
  123.     OnClick = BtnCloseClick
  124.     SkinHost = MainSkin
  125.   end
  126.   object NTrackBar: TNSSkinTrackBar
  127.     Left = -2
  128.     Top = 24
  129.     Width = 200
  130.     Height = 10
  131.     Cursor = crHandPoint
  132.     OnMouseUp = NTrackBarMouseUp
  133.     Max = 10000
  134.   end
  135.   object Label1: TLabel
  136.     Left = 140
  137.     Top = 35
  138.     Width = 100
  139.     Height = 13
  140.     AutoSize = False
  141.     Caption = 'No File'
  142.     Transparent = True
  143.   end
  144.   object Label2: TLabel
  145.     Left = 267
  146.     Top = 35
  147.     Width = 57
  148.     Height = 14
  149.     Alignment = taRightJustify
  150.     Caption = '00:00/00:00'
  151.     Transparent = True
  152.   end
  153.   object Label8: TLabel
  154.     Left = 290
  155.     Top = 53
  156.     Width = 35
  157.     Height = 14
  158.     Caption = 'KBytes'
  159.     Transparent = True
  160.   end
  161.   object Label4: TLabel
  162.     Left = 278
  163.     Top = 53
  164.     Width = 9
  165.     Height = 13
  166.     Alignment = taRightJustify
  167.     Caption = '0 '
  168.     Font.Charset = ANSI_CHARSET
  169.     Font.Color = clBlack
  170.     Font.Height = -11
  171.     Font.Name = 'MS Sans Serif'
  172.     Font.Style = []
  173.     ParentFont = False
  174.     Transparent = True
  175.   end
  176.   object Label3: TLabel
  177.     Left = 140
  178.     Top = 53
  179.     Width = 43
  180.     Height = 14
  181.     Caption = 'File Size:'
  182.     Transparent = True
  183.   end
  184.   object Label5: TLabel
  185.     Left = 140
  186.     Top = 71
  187.     Width = 161
  188.     Height = 13
  189.     AutoSize = False
  190.     Caption = '44100Hz   Stereo  128Kbps'
  191.     Transparent = True
  192.   end
  193.   object Image1: TImage
  194.     Left = 250
  195.     Top = 25
  196.     Width = 19
  197.     Height = 8
  198.   end
  199.   object BtnPause: TNSSkinButton
  200.     Left = 74
  201.     Top = 0
  202.     Width = 26
  203.     Height = 25
  204.     Hint = 'Pause'
  205.     ParentShowHint = False
  206.     ShowHint = True
  207.     Visible = False
  208.     OnClick = BtnPauseClick
  209.     States = 3
  210.     SkinHost = MainSkin
  211.   end
  212.   object BtnSchedule: TNSSkinButton
  213.     Left = 221
  214.     Top = 0
  215.     Width = 23
  216.     Height = 25
  217.     Hint = 'Schedule'
  218.     ParentShowHint = False
  219.     ShowHint = True
  220.     OnClick = BtnScheduleClick
  221.     SkinHost = MainSkin
  222.   end
  223.   object Timer1: TTimer
  224.     Enabled = False
  225.     Interval = 30
  226.     OnTimer = Timer1Timer
  227.     Top = 40
  228.   end
  229.   object SaveDialog1: TSaveDialog
  230.     FilterIndex = 0
  231.     Title = 'New/Open File '
  232.     Left = 56
  233.     Top = 40
  234.   end
  235.   object Timer2: TTimer
  236.     Enabled = False
  237.     OnTimer = Timer2Timer
  238.     Left = 28
  239.     Top = 40
  240.   end
  241.   object Timer3: TTimer
  242.     Enabled = False
  243.     Interval = 250
  244.     OnTimer = Timer3Timer
  245.     Left = 88
  246.     Top = 40
  247.   end
  248.   object TrayIcon1: TTrayIcon
  249.     PopupMenu = suiPopupMenu1
  250.     Hide = True
  251.     RestoreOn = imLeftClickUp
  252.     PopupMenuOn = imRightClickUp
  253.     Left = 32
  254.     Top = 80
  255.   end
  256.   object Timer4: TTimer
  257.     Enabled = False
  258.     OnTimer = Timer4Timer
  259.     Top = 80
  260.   end
  261.   object suiPopupMenu1: TsuiPopupMenu
  262.     OwnerDraw = True
  263.     UIStyle = Custom
  264.     MenuItemHeight = 21
  265.     SeparatorHeight = 5
  266.     BarWidth = 0
  267.     BarColor = 13554646
  268.     Color = clWhite
  269.     SeparatorColor = 8684164
  270.     SelectedBorderColor = 10504772
  271.     SelectedColor = 10504772
  272.     SelectedFontColor = clWhite
  273.     FontColor = clBlack
  274.     BorderColor = clBlack
  275.     FlatMenu = False
  276.     FontName = 'Arial'
  277.     FontSize = 8
  278.     FontCharset = DEFAULT_CHARSET
  279.     UseSystemFont = True
  280.     Left = 64
  281.     Top = 80
  282.     object Open1: TMenuItem
  283.       Caption = 'Open'
  284.       OnClick = Open1Click
  285.     end
  286.     object Exit1: TMenuItem
  287.       Caption = 'Exit'
  288.       OnClick = Exit1Click
  289.     end
  290.   end
  291.   object Timer5: TTimer
  292.     Enabled = False
  293.     Interval = 90
  294.     OnTimer = Timer5Timer
  295.     Left = 96
  296.     Top = 80
  297.   end
  298. end
  299.